It's easy to get lazy when no one is looking. This is the idea behind the very webpage that you're looking at.

I have set up my computer to automatically track the number of lines that I knock off my to-do list.

You can "poke" me to remind me to stay alert and motivated when you see that I'm not being as productive as I can be.

// dates on-time not on-time // 0 2025-08-26 0 9 // 1 2025-08-27 0 2 // 2 2025-08-28 0 3 // 3 2025-08-29 0 0 // 4 2025-08-30 0 0 // 5 2025-08-31 0 1 // 6 2025-09-01 0 1 // 7 2025-09-02 0 1 // 8 2025-09-03 0 0 // 9 2025-09-04 0 6 // 10 2025-09-05 0 9 // 11 2025-09-06 0 1 // 12 2025-09-07 0 3 // 13 2025-09-08 0 4 // 14 2025-09-09 0 7 // 15 2025-09-10 0 12 // 16 2025-09-11 0 0 // 17 2025-09-12 0 0 // 18 2025-09-13 0 0 // 19 2025-09-14 0 3 // 20 2025-09-15 0 1